* EXCEPTION:
* ERROR - :new_direction method missing on ~Enemy~.

#+begin_src ~Enemy#inspect~
#<Enemy:0x7c6d0c524540 @h=16, @x=80, @is_dead=false, @direction="left", @w=16, @y=128, @cooldown=-5.10702591327572e-15, @player_inside=false, @new_direction={:x=>16, :y=>0}>
#+end_src ~Enemy#inspect~

** Did you mean?
Here's a list of methods that kind of look like :new_direction.
*** :new_entity
*** :new_entity_strict

The method named
  :new_direction
doesn't exist on [Enemy, #<Class:#<Enemy:0x7c6d0c524540>>, AttrRect, AttrGTK].

(suggestions above)
** Backtrace:
*** app/main.rb:162:in motion
*** app/main.rb:126:in move
*** app/main.rb:597:in tick
*** app/main.rb:597:in tick